gtktext: Don't accept (twice!) all press actions
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 26 Jun 2020 15:36:37 +0000 (17:36 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 26 Jun 2020 15:48:10 +0000 (17:48 +0200)
commit0ce4f669769fececfe93b2ca2c4006c34e1a3b3d
tree3f5b8e6e9bf63578a55a1e5d44efbedf5ceccce7
parentb81bbde7c85cb74177e16dac510cb11931fb152c
gtktext: Don't accept (twice!) all press actions

The gesture should claim the sequence after triggering uncancellable
actions, like pasting, showing a menu or selecting words/lines. A
single first button press initiating a drag does not trigger
anything yet, so it should avoid claiming the sequence.
gtk/gtktext.c